PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotationBorderStyle Enumeration
In This Topic
    PDFAnnotationBorderStyle Enumeration
    In This Topic
    Defines the supported styles for annotation borders.
    Members
    MemberDescription
    BEVELEDA simulated embossed rectangle that appears to be raised above the surface of the page.
    DASHEDA dashed rectangle surrounding the annotation. The dash pattern is specified by the com.o2sol.pdf4java.annotations.PDFAnnotationBorder.setDashPattern(double[]) property.
    INSETA simulated engraved rectangle that appears to be recessed below the surface of the page.
    SOLIDA solid rectangle surrounding the annotation.
    UNDERLINEA single line along the bottom of the annotation rectangle.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.PDFAnnotationBorderStyle

    See Also